home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Browsers, Managers & Extensions / Mozilla Weave 0.2.7 / latest-weave.xpi / chrome / sync.jar / content / login.css < prev    next >
Cascading Style Sheet File  |  2008-07-11  |  695b  |  36 lines

  1. #loginIcon {
  2.   list-style-image: url("chrome://weave/skin/sync-32x32.png");
  3.   padding-right: 5px;
  4. }
  5.  
  6. #loginTitle {
  7.   font-size: 14px;
  8.   font-weight: bold;
  9. }
  10.  
  11. #loginStatusBox {
  12.   margin-top: 10px;
  13.   height: 16px;
  14.   margin-bottom: 10px;
  15. }
  16.  
  17. #loginUsernameLabel, #loginPasswordLabel, #loginPassphraseLabel {
  18.   font-weight: bold;
  19. }
  20.  
  21. #loginStatus {
  22.   font-weight: bold;
  23. }
  24.  
  25. #loginStatusIcon[status="active"] {
  26.   list-style-image: url("chrome://global/skin/icons/loading_16.png");
  27. }
  28.  
  29. #loginStatusIcon[status="error"] {
  30.   list-style-image: url("chrome://global/skin/icons/error-16.png");
  31. }
  32.  
  33. #loginStatusIcon[status="success"] {
  34.   list-style-image: url("chrome://global/skin/icons/information-16.png");
  35. }
  36.